File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Change Log
2
2
3
+ ## [ 13.1.0] - 2025-02-13
4
+
5
+ ### Added
6
+
7
+ - Support for generic-worker's ` runAsCurrentUser ` feature
8
+
9
+ ### Fixed
10
+
11
+ - Error handling during docker image builds
12
+ - Issue in ` get_changed_files() ` utility with merge commits in Mercurial
13
+ - Deprecation warning in ` run-task ` with Python 3.12
14
+
3
15
## [ 13.0.0] - 2025-01-23
4
16
5
17
### Added
Original file line number Diff line number Diff line change 2
2
# License, v. 2.0. If a copy of the MPL was not distributed with this
3
3
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
4
4
5
- __version__ = "13.0 .0"
5
+ __version__ = "13.1 .0"
6
6
7
7
# Maximum number of dependencies a single task can have
8
8
# https://docs.taskcluster.net/docs/reference/platform/queue/api#createTask
You can’t perform that action at this time.
0 commit comments